Update External Parameters

You can update external parameters for a large number of entities such as sub accounts, billing plans and SIMs in a single operation.

The information you need to build the CSV is provided in this table:

Operation Update External parameters to an entity.
Required UUIDs
  • Entity Type: Category of the entity (e.g., SIM, plan, account).
  • Entity ID: Unique UUID of the specific entity instance.
  • Params Name: The name of the external Parameter, this must exist in the list of defined External Parameters.
  • Params Value: Value of the parameter that will be inserted.
Column Order Entity Type, Entity Id, Params Name, Params Value
CSV Format Account,5ddb21f0-7bb5-4699-9fae-a40b1dc5b2d2,systemName, 8

NOTE: If one or more of the Params Value is Null or not defined you cannot use the Update External Parameters batch operation. In these cases, you must use the Add External Parameters batch operation.

INSTRUCTIONS: To do a batch operation refer to Upload and Execute Batch File